

@layer base {
  
  body, :host {
    /* Color */
    --Sky: #00a7e1;
--Navy: #012238;
--Dark-Navy: #00121e;
--Dark-Sky: #0079dd;
--Green: #00fd48;
--Orange: #ff7139;
--Purple: #6b35e2;
--White: #ffffff;
--Lighter-Navy: #08365b;
--Light-Purple: #7a68f4;
--Light-Red: #ff3f5a;
--Yellow: #f3e700;
--Place-Holder: #00a7e1b3;
--grey-50: #FAFAFA;
--grey-100: #F5F5F5;
--grey-200: #E5E5E5;
--grey-300: #D4D4D4;
--grey-400: #A3A3A3;
--grey-500: #737373;
--grey-600: #525252;
--grey-700: #404040;
--grey-800: #262626;
--grey-900: #171717;
--lime-50: #F7FEE7;
--lime-100: #ECFCCB;
--lime-200: #D9F99D;
--lime-300: #BEF264;
--lime-400: #A3E635;
--lime-500: #84CC16;
--lime-600: #65A30D;
--lime-700: #4D7C0F;
--lime-800: #3F6212;
--lime-900: #365314;
--red-50: #FEF2F2;
--red-100: #FEE2E2;
--red-200: #FECACA;
--red-300: #FCA5A5;
--red-400: #F87171;
--red-500: #EF4444;
--red-600: #DC2626;
--red-700: #B91C1C;
--red-800: #991B1B;
--red-900: #7F1D1D;
--blue-50: #EFF6FF;
--blue-100: #DBEAFE;
--blue-200: #BFDBFE;
--blue-300: #93C5FD;
--blue-400: #60A5FA;
--blue-500: #3B82F6;
--blue-600: #2563EB;
--blue-700: #1D4ED8;
--blue-800: #1E40AF;
--blue-900: #1E3A8A;
--pink-50: #FDF2F8;
--pink-100: #FCE7F3;
--pink-200: #FBCFE8;
--pink-300: #F9A8D4;
--pink-400: #F472B6;
--pink-500: #EC4899;
--pink-600: #DB2777;
--pink-700: #BE185D;
--pink-800: #9D174D;
--pink-900: #831843;
--teal-50: #F0FDFA;
--teal-100: #CCFBF1;
--teal-200: #99F6E4;
--teal-300: #5EEAD4;
--teal-400: #2DD4BF;
--teal-500: #14B8A6;
--teal-600: #0D9488;
--teal-700: #0F766E;
--teal-800: #115E59;
--teal-900: #134E4A;
--green-50: #ECFDF5;
--green-100: #D1FAE5;
--green-200: #A7F3D0;
--green-300: #6EE7B7;
--green-400: #34D399;
--green-500: #10B981;
--green-600: #059669;
--green-700: #047857;
--green-800: #065F46;
--green-900: #064E3B;
--purple-50: #F5F3FF;
--purple-100: #EDE9FE;
--purple-200: #DDD6FE;
--purple-300: #C4B5FD;
--purple-400: #A78BFA;
--purple-500: #8B5CF6;
--purple-600: #7C3AED;
--purple-700: #6D28D9;
--purple-800: #5B21B6;
--purple-900: #4C1D95;
--yellow-50: #FFFBEB;
--yellow-100: #FEF3C7;
--yellow-200: #FDE68A;
--yellow-300: #FCD34D;
--yellow-400: #FBBF24;
--yellow-500: #F59E0B;
--yellow-600: #D97706;
--yellow-700: #B45309;
--yellow-800: #92400E;
--yellow-900: #78350F;
    /* Fonts */
    --font-jura: 'Jura',sans-serif;
--font-blinker: 'Blinker',sans-serif;
--font-redhatdisplay: 'Red Hat Display',sans-serif;
--font-bizudpgothic: 'BIZ UDPGothic',sans-serif;
--font-fredoka: 'Fredoka',sans-serif;
--font-raleway: 'Raleway',sans-serif;

    /* Font size */
    --font-size-xxs: 0.625rem;
--font-size-xs: 0.75rem;
--font-size-sm: 0.875rem;
--font-size-base: 1rem;
--font-size-lg: 1.125rem;
--font-size-xl: 1.25rem;
--font-size-2xl: 1.5rem;
--font-size-3xl: 1.875rem;
--font-size-4xl: 2.25rem;
--font-size-5xl: 3rem;
    /* Font weight */
    --font-weight-thin: 100;
--font-weight-lighter: 200;
--font-weight-light: 300;
--font-weight-regular: 400;
--font-weight-normal: 500;
--font-weight-bold: 700;
--font-weight-semi-bold: 600;
--font-weight-bolder: 800;
--font-weight-black: 900;
    /* Shadows */
    --shadow-sm:  0 1px 2px 0 rgba(0, 0, 0, 0.25);
--shadow-base:  0 1px 3px 0 rgba(0, 0, 0, 0.25), 0 1px 2px 0 rgba(0, 0, 0, 0.25);
--shadow-md:  0 4px 6px -1px rgba(0, 0, 0, 0.25), 0 2px 4px -1px rgba(0, 0, 0, 0.25);
--shadow-lg:  0 10px 15px -3px rgba(0, 0, 0, 0.25), 0 4px 6px -2px rgba(0, 0, 0, 0.25);
--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.25), 0 10px 10px -5px rgba(0, 0, 0, 0.25);
--shadow-2xl:  0 25px 50px -12px rgba(0, 0, 0, 0.25);
    /* Border radius */
    
    /* Spacing */
    
    /* Z-index */
    
  }
  @keyframes animation-spin {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }
  @keyframes animation-fade-in {
    from {
      opacity:0;
    }
    to {
      opacity:1;
    }
  }
  @keyframes animation-fade-out {
    from {
      opacity:1;
    }
    to {
      opacity:0;
    }
  }
}

      
  .cXwGJW {
    color:var(--White);
  width:100vw;
  height:100vh;
  display:flex;
  row-gap:60px;
  background:url("/cdn-cgi/imagedelivery/ZIty0Vhmkm0nD-fBKJrTZQ/firstclientside:GridBackground(Blue).svg/public") var(--Dark-Navy);
  column-gap:60px;
  overflow-y:scroll;
  align-items:center;
  font-family:Red Hat Display;
  padding-top:120px;
  padding-bottom:0px;
  justify-content:flex-start;
  }
      

      
        
      
      
  .bWCwlN {
    display:flex;
  row-gap:24px;
  column-gap:24px;
  align-items:center;
  justify-content:space-between;
  }
      

      
        
      
      
  .BlLFj {
    color:var(--White);
  cursor:pointer;
  height:64px;
  display:flex;
  row-gap:24px;
  font-size:var(--font-size-2xl);
  background:#08365b80;
  column-gap:24px;
  max-height:64px;
  overflow-y:hidden;
  transition:all 300ms ease;
  align-items:flex-start;
  font-family:Red Hat Display;
  font-weight:var(--font-weight-light);
  padding-top:12px;
  padding-left:12px;
  padding-right:12px;
  flex-direction:column;
  padding-bottom:0px;
  justify-content:flex-start;
  border-top-left-radius:6px;
  border-top-right-radius:6px;
  border-bottom-left-radius:6px;
  border-bottom-right-radius:6px;
  }
      

      
  .BlLFj.open {
    height:fit-content;
  max-height:999px;
  min-height:fit-content;
  padding-top:12px;
  padding-left:12px;
  padding-right:12px;
  padding-bottom:12px;
  }
      


  .BlLFj:hover {
    background:var(--Lighter-Navy);
  border-top-left-radius:6px;
  border-top-right-radius:6px;
  border-bottom-left-radius:6px;
  border-bottom-right-radius:6px;
  }
      

        
      
      
  .bTFwQn {
    right:0px;
  position:absolute;
  transition:all 300ms ease  allow-discrete;
  }
      

      
  .bTFwQn.open {
    rotate:0 0 1 -90deg;
  }
      

        
      
      
  .eReiLE {
    width:100%;
  display:flex;
  row-gap:12px;
  column-gap:12px;
  align-items:center;
  font-weight:var(--font-weight-light);
  flex-direction:row;
  justify-content:flex-start;
  }
      

      
        
      
      
  .eIETkE {
    width:40px;
  height:40px;
  display:flex;
  align-items:center;
  padding-top:4px;
  border-color:var(--Sky);
  border-style:solid;
  border-width:2px;
  padding-left:4px;
  padding-right:4px;
  padding-bottom:4px;
  justify-content:center;
  border-top-left-radius:6px;
  border-top-right-radius:6px;
  border-bottom-left-radius:6px;
  border-bottom-right-radius:6px;
  }
      

      
        
      
      
  .eFEFDc {
    color:inherit;
  box-sizing:border-box;
  }
      

      
        
      
      
  .BEFTq {
    box-sizing:border-box;
  }
      

      
        
      
      
  .step-with-expand\:PNpKbfNK7Un2O6iEgFsM4 {
    color:var(--Sky);
  }
      

      
        
      
      
  .dmHSia {
    flex:1;
  color:var(--White);
  display:flex;
  font-size:var(--font-size-xl);
  overflow-y:hidden;
  transition:color 300ms cubic-bezier(0.42, 0, 0.58, 1)  allow-discrete;
  align-items:flex-start;
  font-weight:var(--font-weight-normal);
  padding-top:12px;
  padding-left:12px;
  padding-right:12px;
  padding-bottom:12px;
  justify-content:center;
  border-top-left-radius:6px;
  border-top-right-radius:6px;
  border-bottom-left-radius:6px;
  border-bottom-right-radius:6px;
  }
      

      
        
      
      
  .cStLUp {
    width:100%;
  row-gap:8px;
  background:var(--Dark-Navy);
  column-gap:8px;
  padding-top:24px;
  padding-left:24px;
  padding-right:24px;
  flex-direction:row;
  padding-bottom:24px;
  border-top-left-radius:6px;
  border-top-right-radius:6px;
  border-bottom-left-radius:6px;
  border-bottom-right-radius:6px;
  }
      

      
        
      
      
  .fHcBmx {
    width:auto;
  height:300px;
  display:flex;
  box-shadow:0px 0px 40px 0px #00a7e180;
  overflow-x:clip;
  overflow-y:clip;
  align-items:center;
  border-color:var(--Sky);
  border-style:solid;
  border-width:2px;
  justify-content:center;
  border-top-left-radius:6px;
  border-top-right-radius:6px;
  border-bottom-left-radius:6px;
  border-bottom-right-radius:6px;
  }
      

      
        
      
      
  .bXiymN {
    width:fit-content;
  height:100%;
  object-fit:contain;
  }
      

      
        
      
      
  
      

      
        
      
      
  .cQNlVM {
    display:flex;
  align-items:center;
  flex-direction:row;
  justify-content:space-between;
  }
      

      
        
      
      
  .eyAmaz {
    width:100%;
  height:100%;
  }
      

      
        
      
      
  .bJlbmd {
    row-gap:12px;
  column-gap:12px;
  flex-direction:column;
  }
      

      
        
      
      
  .dGExzI {
    color:var(--White);
  width:fit-content;
  font-size:var(--font-size-xs);
  background:linear-gradient(to bottom right, var(--Orange) 0%, var(--Light-Red) 100%) scroll padding-box border-box repeat repeat 0% 0% / auto;
  font-weight:var(--font-weight-normal);
  padding-top:4px;
  padding-left:8px;
  padding-right:8px;
  letter-spacing:2px;
  padding-bottom:4px;
  border-top-left-radius:100px;
  border-top-right-radius:100px;
  border-bottom-left-radius:100px;
  border-bottom-right-radius:100px;
  }
      

      
        
      
      
  
      

      
        
      
      
  .sSuLb {
    display:none;
  align-items:flex-end;
  justify-content:flex-start;
  }
      

      
        
      
      
  .egCosF {
    width:100%;
  display:flex;
  row-gap:24px;
  max-width:1200px;
  min-width:800px;
  column-gap:24px;
  flex-direction:column;
  }
      

      
        
      
      
  .Create-Fractrade-Shares\:HuPFVua2iq6FSOdS68BRi {
    color:var(--White);
  width:40px;
  height:40px;
  border-color:var(--Orange);
  border-style:solid;
  border-width:2px;
  padding-left:8px;
  padding-right:8px;
  border-top-left-radius:100px;
  border-top-right-radius:100px;
  border-bottom-left-radius:100px;
  border-bottom-right-radius:100px;
  }
      

      
        
      
      
  .wTMub {
    :;
  top:24px;
  flex:1;
  width:100%;
  height:60px;
  display:flex;
  z-index:100;
  position:fixed;
  max-width:1200px;
  min-width:800px;
  max-height:60px;
  transition:all 300ms ease  normal;
  align-items:center;
  font-family:Red Hat Display;
  border-color:var(--Lighter-Navy, #08365b);
  border-style:solid;
  border-width:2px;
  padding-left:4px;
  padding-right:12px;
  flex-direction:row;
  backdrop-filter:blur(10px);;
  justify-content:space-between;
  background-color:rgba(255, 255, 255, 0);;
  border-top-left-radius:100px;
  -webkit-backdrop-filter:blur(10px);
  border-top-right-radius:100px;
  border-bottom-left-radius:100px;
  border-bottom-right-radius:100px;
  }
      

      
  .wTMub:hover {
    border-color:var(--Sky);
  border-style:solid;
  border-width:2px;
  }
      


          @media (max-width: 1024px) {
            
  .wTMub {
    top:2.5vw;
  width:95vw;
  height:50px;
  max-width:auto;
  min-width:auto;
  }
      

          }
          
        
      
      
  .dHSKil {
    top:60px;
  color:var(--Sky);
  right:0px;
  position:absolute;
  font-size:var(--font-size-sm);
  background:var(--Dark-Navy);
  transition:all 300ms ease  normal;
  border-color:var(--Lighter-Navy);
  border-style:solid;
  border-width:2px;
  backdrop-filter:blur(10px);
  border-top-left-radius:6px;
  border-top-right-radius:6px;
  border-bottom-left-radius:6px;
  border-bottom-right-radius:6px;
  }
      

      
  .dHSKil:hover {
    box-shadow:0px 0px 100px 0px #00a7e12e;
  border-color:var(--Sky);
  border-style:solid;
  border-width:2px;
  }
      

        
      
      
  .buYLfW {
    width:50px;
  height:100%;
  object-fit:contain;
  padding-top:8px;
  padding-left:8px;
  padding-right:8px;
  padding-bottom:8px;
  }
      

      
        
      
      
  .xESyj {
    color:var(--White);
  width:33%;
  font-family:Red Hat Display;
  }
      

      
        
      
      
  .cBfztZ {
    width:100px;
  height:fit-content;
  }
      

      
          @media (max-width: 430px) {
            
  .cBfztZ {
    display:none;
  }
      

          }
          
        
      
      
  .cpgbqB {
    :;
  flex:1;
  width:fit-content;
  cursor:pointer;
  height:50px;
  object-fit:contain;
  align-items:center;
  border-radius:2px;
  flex-direction:row;
  justify-content:center;
  }
      

      
        
      
      
  .fkrtcB {
    width:200px;
  cursor:pointer;
  height:50px;
  display:flex;
  font-size:var(--font-size-sm);
  align-items:center;
  justify-content:center;
  border-bottom-color:var(--Lighter-Navy);
  border-bottom-style:solid;
  border-bottom-width:2px;
  }
      

      
  .fkrtcB:hover {
    color:var(--White);
  }
      

        
      
      
  .cBrLEG {
    color:var(--White);
  width:fit-content;
  cursor:pointer;
  display:flex;
  font-size:var(--font-size-sm);
  transition:all 300ms ease  normal;
  align-items:center;
  padding-top:4px;
  border-color:var(--Sky);
  border-style:solid;
  border-width:2px;
  padding-left:12px;
  padding-right:12px;
  flex-direction:column;
  padding-bottom:4px;
  justify-content:flex-end;
  border-top-left-radius:100px;
  border-top-right-radius:100px;
  border-bottom-left-radius:100px;
  border-bottom-right-radius:100px;
  }
      

      
  .cBrLEG:hover {
    color:var(--White);
  background:linear-gradient(to bottom right, var(--Sky) 0%, var(--Dark-Sky) 100%) scroll padding-box border-box repeat repeat 0% 0% / auto;
  font-weight:var(--font-weight-bold);
  }
      

        
      
      
  
      

      
        
      
      
  .cKgktM {
    width:33%;
  display:flex;
  align-items:flex-end;
  justify-content:center;
  }
      

      
        
      
      
  .dvWVHz {
    color:var(--White);
  height:50px;
  row-gap:24px;
  column-gap:24px;
  align-items:center;
  padding-left:24px;
  border-radius:2px;
  padding-right:24px;
  flex-direction:row;
  justify-content:center;
  }
      

      
          @media (min-width: 1024px) {
            
  .dvWVHz {
    display:flex;
  }
      

          }
          

          @media (max-width: 1024px) {
            
  .dvWVHz {
    display:none;
  }
      

          }
          
        
      
      
  .dAXNCq {
    color:var(--Sky);
  cursor:pointer;
  font-size:var(--font-size-sm);
  transition:all 300ms ease  normal;
  }
      

      
  .dAXNCq:hover {
    color:var(--White);
  }
      

        
      
      
  .biGBfu {
    color:var(--Sky);
  width:50px;
  cursor:pointer;
  height:50px;
  display:flex;
  align-items:center;
  justify-content:center;
  }
      

      
  .biGBfu:hover {
    color:var(--White);
  }
      


          @media (min-width: 1024px) {
            
  .biGBfu {
    display:none;
  }
      

          }
          

          @media (max-width: 1024px) {
            
  .biGBfu {
    display:flex;
  }
      

          }
          
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .eQImpU {
    display:flex;
  font-size:var(--font-size-5xl);
  font-weight:var(--font-weight-light);
  }
      

      
        
      
      
  .dqLINg {
    row-gap:12px;
  flex-wrap:wrap;
  column-gap:12px;
  padding-top:0px;
  padding-left:0px;
  padding-right:0px;
  flex-direction:column;
  padding-bottom:0px;
  border-top-left-radius:6px;
  border-top-right-radius:6px;
  border-bottom-left-radius:6px;
  border-bottom-right-radius:6px;
  }
      

      
        
      
      
  .dEUONL {
    width:fit-content;
  display:flex;
  row-gap:12px;
  font-size:var(--font-size-base);
  background:linear-gradient(to bottom right, var(--Dark-Sky) 0%, var(--Sky) 100%) scroll padding-box border-box repeat repeat 0% 0% / auto;
  column-gap:12px;
  align-items:center;
  font-weight:var(--font-weight-normal);
  padding-top:12px;
  padding-left:18px;
  padding-right:12px;
  flex-direction:row;
  padding-bottom:12px;
  justify-content:center;
  border-top-left-radius:100px;
  border-top-right-radius:100px;
  border-bottom-left-radius:100px;
  border-bottom-right-radius:100px;
  }
      

      
        
      
      
  .cMHKSN {
    color:var(--White);
  display:flex;
  row-gap:24px;
  font-size:var(--font-size-lg);
  column-gap:24px;
  align-items:center;
  font-weight:var(--font-weight-normal);
  flex-direction:row;
  justify-content:flex-start;
  }
      

      
        
      
      
  .sjZcL {
    row-gap:12px;
  column-gap:12px;
  padding-top:12px;
  padding-left:12px;
  padding-right:12px;
  padding-bottom:12px;
  }
      

      
        
      
      
  .BpUmi {
    width:100%;
  display:flex;
  row-gap:24px;
  max-width:1200px;
  min-width:800px;
  column-gap:24px;
  text-align:center;
  align-items:center;
  margin-left:auto;
  padding-top:48px;
  border-style:solid;
  border-width:0px;
  margin-right:auto;
  flex-direction:row;
  justify-content:center;
  }
      

      
        
      
      
  .bxnZrn {
    color:var(--White, #ffffff);
  width:100%;
  bottom:0px;
  position:relative;
  align-items:center;
  font-family:'Red Hat Display';
  padding-top:24px;
  padding-bottom:24px;
  justify-content:center;
  background-color:var(--Dark-Navy, #00121e);
  border-top-color:var(--Lighter-Navy, #08365b);
  border-top-style:solid;
  border-top-width:2px;
  }
      

      
        
      
      
  .foZWyU {
    color:var(--Sky, #00a7e1);
  font-weight:var(--font-weight-light);
  }
      

      
  .foZWyU:hover {
    color:var(--White);
  }
      

        
      
      
  .tQBFs {
    gap:24px;
  width:100%;
  max-width:1200px;
  min-width:800px;
  align-items:center;
  padding-top:24px;
  padding-left:24px;
  padding-right:24px;
  flex-direction:row;
  padding-bottom:24px;
  justify-content:center;
  }
      

      
          @media (max-width: 1024px) {
            
  .tQBFs {
    width:100%;
  max-width:100%;
  min-width:100%;
  }
      

          }
          

          @media (max-width: 430px) {
            
  .tQBFs {
    display:flex;
  align-items:center;
  flex-direction:column;
  justify-content:center;
  }
      

          }
          
        
      
      
  .dajKMy {
    gap:12px;
  font-size:var(--font-size-xl);
  font-weight:var(--font-weight-light);
  }
      

      
          @media (max-width: 430px) {
            
  .dajKMy {
    display:flex;
  align-items:center;
  justify-content:center;
  }
      

          }
          
        
      
      
  .RyuVe {
    gap:12px;
  width:120px;
  font-weight:var(--font-weight-light);
  }
      

      
          @media (max-width: 430px) {
            
  .RyuVe {
    display:flex;
  align-items:center;
  justify-content:center;
  }
      

          }
          
        
      
      
  
      

      
        
      
      
  .fkKdvv {
    width:100px;
  }
      

      
        
      
      
  .Create-Fractrade-Shares\:a5x9VZqRpBGV_FxYyxDdE {
    position:relative;
  }
      

      
        
      
      
  .fzKrzV {
    color:var(--Orange);
  display:flex;
  align-items:center;
  padding-left:12px;
  padding-right:12px;
  justify-content:center;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .KHETn {
    flex:1;
  width:100%;
  row-gap:24px;
  max-width:1200px;
  min-width:800px;
  column-gap:24px;
  padding-bottom:100px;
  }
      

      
        
      
      
  .Create-Fractrade-Shares\:g8otTTvqq9vR8wMVE9ipB {
    color:var(--White);
  width:40px;
  height:40px;
  border-color:var(--Orange);
  border-style:solid;
  border-width:2px;
  padding-left:8px;
  padding-right:8px;
  border-top-left-radius:100px;
  border-top-right-radius:100px;
  border-bottom-left-radius:100px;
  border-bottom-right-radius:100px;
  }
      

      
        
      
      
  .Create-Fractrade-Shares\:gX03faAF_wivzfIq-LWgf {
    color:var(--White);
  width:60px;
  height:60px;
  border-color:var(--Orange);
  border-style:solid;
  border-width:2px;
  padding-left:8px;
  padding-right:8px;
  border-top-left-radius:100px;
  border-top-right-radius:100px;
  border-bottom-left-radius:100px;
  border-bottom-right-radius:100px;
  }
      

      
        
      
      
  .eYePyx {
    font-size:var(--font-size-3xl);
  font-weight:var(--font-weight-light);
  }
      

      
        
      
      
  .dFgkSU {
    row-gap:12px;
  column-gap:12px;
  padding-top:12px;
  padding-left:12px;
  padding-right:12px;
  flex-direction:row;
  padding-bottom:12px;
  }
      

      
        
      
      
  .eapNsG {
    flex:1;
  width:100%;
  row-gap:24px;
  background:#08365b4d;
  column-gap:24px;
  padding-top:48px;
  padding-left:48px;
  padding-right:48px;
  padding-bottom:48px;
  border-top-left-radius:24px;
  border-top-right-radius:24px;
  border-bottom-left-radius:24px;
  border-bottom-right-radius:24px;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .Create-Fractrade-Shares\:rn7DjpCZ6wetJ3lR44Jy4 {
    color:var(--White);
  width:40px;
  height:40px;
  border-color:var(--Orange);
  border-style:solid;
  border-width:2px;
  padding-left:8px;
  padding-right:8px;
  border-top-left-radius:100px;
  border-top-right-radius:100px;
  border-bottom-left-radius:100px;
  border-bottom-right-radius:100px;
  }
      

      
        
      
      
  .evgSXw {
    font-size:var(--font-size-4xl);
  font-family:"Red Hat Display";
  font-weight:var(--font-weight-light);
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      